home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / compsci / pspice51.cpt / PSpice v5.1 / PSpice 5.1 / EvalPwrs.Out < prev    next >
Encoding:
Text File  |  1992-02-12  |  4.3 KB  |  191 lines  |  [TEXT/MSWD]

  1.  
  2. **** 02/12/92 08:24:53 *********** Evaluation PSpice (Jan 1992) **************
  3.  
  4.  Power supply simulation using Vorperian's switch model
  5.  
  6.  
  7.  ****     CIRCUIT DESCRIPTION
  8.  
  9.  
  10. ******************************************************************************
  11.  
  12.  
  13.  
  14. *
  15. * Reference: "Simplified Analysis of PWM Converters using Model of
  16. *             PWM Switch", IEEE Transactions on Aerospace and
  17. *             Electronic Systems. May 1990
  18. *
  19. * A transient and AC analysis is performed on the circuit and
  20. * the information obtained is documented below.
  21.  
  22. * Select which ac source to activate depending on which characteric of
  23. * the power supply you want to examine.
  24.  
  25. .probe
  26. .nodeset  v(10)=1.78396829; aid biaspoint calculation
  27.  
  28. .ac dec 10 10 100k
  29.  
  30. VIN 1 0 20 ac 0    ; with ac set to 1 and the ac analysis sweep done
  31. *        vdb(5)-vdb(12)  ---->   audio suceptibility
  32. vinAC 55 5 0 ac 1  ; with ac set to 1 and the ac analysis sweep done
  33. *        vdb(5)-vdb(55)  ---->   loop gain
  34. *        vp(5)-vp(55)    ---->   loop phase
  35. *        vdb(5)-vdb(12)  ---->   control to output transfer function gain
  36. *        vp(5)-vp(12)    ---->   control to output transfer function phase
  37. Iout 5 0 0 ac 0    ; with ac set to 1 and the ac analysis sweep done
  38. *        v(5)            ---->   output impedance
  39. *
  40.  
  41. * The tran statement will simulate 4ms during which the supply experiences
  42. * a one amp step load.
  43. *
  44. .tran 1ns 4ms 0 20us
  45. vref 51 0 4.9
  46. iload 5 0 pulse(0 1 1ms 1us 1us 25ms 50ms)
  47.  
  48. rdamp 2 3 3
  49. lf 3 5 500uh
  50. rc1 6 0 .0002
  51. cf 5 6 4840uf
  52. rl 5 0 5
  53. x1 1 0 2 12  pwm
  54. x2 51  55 10 erramp
  55.  
  56. * compensation network
  57. CCOMP 78 0 100N
  58. RCOMP 10 78 18k
  59.  
  60. *modulator gain
  61. emod 12 0 table {(v(10)-1)/2} = (0,0) (1,1)
  62.  
  63.  
  64. * vorperians switch model
  65. .subckt pwm  A  P  C  D
  66. gap a x value {v(d)*i(vc)}
  67. ecp x p value={v(d)*v(a,p)}
  68. vc x c 0
  69. rconv d 0 1g
  70. .ends
  71.  
  72.  
  73. * amp
  74. *               +   -    o
  75. .SUBCKT erramp  1   2    5
  76. VT 10 0 4.3
  77. VB 20 0 .7
  78. RIN1 1 0 1e10
  79. RIN2 2 0 1e10
  80. DT 5 10 DX
  81. DB 20 5 DX
  82. *G1 0 5 TABLE {.0062*EXP((V(1)-V(2))/.0256) *(V(1)-V(2)) } (-100U -100U) (100U 100U)
  83. G1 0 5 TABLE {.0045 *(V(1)-V(2)) } (-200U -200U) (200U 200U)
  84. ROUT 5 0  2meg
  85. CPOLE 5 0 .2N
  86. .MODEL DX D(IS=1E-19 RS=.01)
  87. .ENDS
  88.  
  89. .END
  90.  
  91. **** 02/12/92 08:24:53 *********** Evaluation PSpice (Jan 1992) **************
  92.  
  93.  Power supply simulation using Vorperian's switch model
  94.  
  95.  
  96.  ****     Diode MODEL PARAMETERS
  97.  
  98.  
  99. ******************************************************************************
  100.  
  101.  
  102.  
  103.  
  104.                x2.DX           
  105.           IS  100.000000E-21 
  106.           RS     .01         
  107.  
  108.  
  109. **** 02/12/92 08:24:53 *********** Evaluation PSpice (Jan 1992) **************
  110.  
  111.  Power supply simulation using Vorperian's switch model
  112.  
  113.  
  114.  ****     SMALL SIGNAL BIAS SOLUTION       TEMPERATURE =   27.000 DEG C
  115.  
  116.  
  117. ******************************************************************************
  118.  
  119.  
  120.  
  121.  NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE
  122.  
  123.  
  124. (    1)   20.0000  (    2)    7.8397  (    3)    4.8998  (    5)    4.8998      
  125.  
  126. (    6)    0.0000  (   10)    1.7840  (   12)     .3920  (   51)    4.9000      
  127.  
  128. (   55)    4.8998  (   78)    1.7840  ( x1.x)    7.8397  (x2.10)    4.3000      
  129.  
  130. (x2.20)     .7000  
  131.  
  132.  
  133.  
  134.  
  135.     VOLTAGE SOURCE CURRENTS
  136.     NAME         CURRENT
  137.  
  138.     VIN         -3.841E-01
  139.     vinAC       -4.909E-10
  140.     vref        -4.900E-10
  141.     x1.vc        9.800E-01
  142.     x2.VT       -2.516E-12
  143.     x2.VB        1.095E-12
  144.  
  145.     TOTAL POWER DISSIPATION   7.68E+00  WATTS
  146.  
  147.  
  148. **** 02/12/92 08:24:53 *********** Evaluation PSpice (Jan 1992) **************
  149.  
  150.  Power supply simulation using Vorperian's switch model
  151.  
  152.  
  153.  ****     INITIAL TRANSIENT SOLUTION       TEMPERATURE =   27.000 DEG C
  154.  
  155.  
  156. ******************************************************************************
  157.  
  158.  
  159.  
  160.  NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE     NODE   VOLTAGE
  161.  
  162.  
  163. (    1)   20.0000  (    2)    7.8397  (    3)    4.8998  (    5)    4.8998      
  164.  
  165. (    6)    0.0000  (   10)    1.7840  (   12)     .3920  (   51)    4.9000      
  166.  
  167. (   55)    4.8998  (   78)    1.7840  ( x1.x)    7.8397  (x2.10)    4.3000      
  168.  
  169. (x2.20)     .7000  
  170.  
  171.  
  172.  
  173.  
  174.     VOLTAGE SOURCE CURRENTS
  175.     NAME         CURRENT
  176.  
  177.     VIN         -3.841E-01
  178.     vinAC       -4.909E-10
  179.     vref        -4.900E-10
  180.     x1.vc        9.800E-01
  181.     x2.VT       -2.516E-12
  182.     x2.VB        1.095E-12
  183.  
  184.     TOTAL POWER DISSIPATION   7.68E+00  WATTS
  185.  
  186.  
  187.  
  188.           JOB CONCLUDED
  189.  
  190.           TOTAL JOB TIME            7.48
  191.